}
}
}
+ // buttons in header bars and action bars
+ .header-bar &.button,
+ .action-bar &.button,
+ .header-bar &.text-button,
+ .action-bar &.text-button { padding: 6px 16px 5px; } // due to font metrics
+ .header-bar &.image-button,
+ .action-bar &.image-button { padding: 8px; }
+
// stack switcher buttons
.action-bar .stack-switcher &.image-button,
}
}
- // buttons in header bars and action bars
- .header-bar &.image-button,
- .action-bar &.image-button { padding: 8px; }
- .header-bar &.text-button,
- .action-bar &.text-button { padding: 6px 16px 5px; } // due to font metrics
-
//inline-toolbar buttons
.inline-toolbar &, .inline-toolbar &:backdrop {
border-radius: 2px;
}
// Window Close button
-.button.titlebutton {
+.header-bar .button.titlebutton,
+.titlebar .button.titlebutton {
padding: 8px;
border-color: transparent;
background-image: none;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0.1); }
+ .header-bar .button.button, .action-bar .button.button, .header-bar .button.text-button, .action-bar .button.text-button {
+ padding: 6px 16px 5px; }
+ .header-bar .button.image-button, .action-bar .button.image-button {
+ padding: 8px; }
.action-bar .stack-switcher .button.image-button, .header-bar .stack-switcher .button.image-button {
padding: 5px 2px; }
.action-bar .stack-switcher .button.text-button, .header-bar .stack-switcher .button.text-button {
background-position: right 2px, right 3px; }
.stack-switcher > .button.needs-attention > GtkLabel:backdrop, .stack-switcher > .button.needs-attention > GtkImage:backdrop {
background-size: 6px 6px, 0 0; }
- .header-bar .button.image-button, .action-bar .button.image-button {
- padding: 8px; }
- .header-bar .button.text-button, .action-bar .button.text-button {
- padding: 6px 16px 5px; }
.inline-toolbar .button, .inline-toolbar .button:backdrop {
border-radius: 2px;
border-width: 1px; }
border-radius: 7px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(28, 31, 31, 0.8); }
-.button.titlebutton {
+.header-bar .button.titlebutton,
+.titlebar .button.titlebutton {
padding: 8px;
border-color: transparent;
background-image: none;
transition-property: border, box-shadow, color;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); }
- .button.titlebutton:hover {
+ .header-bar .button.titlebutton:hover,
+ .titlebar .button.titlebutton:hover {
border-style: solid;
border-width: 1px;
color: #eeeeec;
text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
- .button.titlebutton:active {
+ .header-bar .button.titlebutton:active,
+ .titlebar .button.titlebutton:active {
border-style: solid;
color: #eeeeec;
border-color: #1c1f1f;
text-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
box-shadow: inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px rgba(238, 238, 236, 0.1); }
- .button.titlebutton:backdrop {
+ .header-bar .button.titlebutton:backdrop,
+ .titlebar .button.titlebutton:backdrop {
border-style: solid;
color: #c9cbc9;
border-color: #1e2222;
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px white; }
+ .header-bar .button.button, .action-bar .button.button, .header-bar .button.text-button, .action-bar .button.text-button {
+ padding: 6px 16px 5px; }
+ .header-bar .button.image-button, .action-bar .button.image-button {
+ padding: 8px; }
.action-bar .stack-switcher .button.image-button, .header-bar .stack-switcher .button.image-button {
padding: 5px 2px; }
.action-bar .stack-switcher .button.text-button, .header-bar .stack-switcher .button.text-button {
background-position: right 2px, right 3px; }
.stack-switcher > .button.needs-attention > GtkLabel:backdrop, .stack-switcher > .button.needs-attention > GtkImage:backdrop {
background-size: 6px 6px, 0 0; }
- .header-bar .button.image-button, .action-bar .button.image-button {
- padding: 8px; }
- .header-bar .button.text-button, .action-bar .button.text-button {
- padding: 6px 16px 5px; }
.inline-toolbar .button, .inline-toolbar .button:backdrop {
border-radius: 2px;
border-width: 1px; }
border-radius: 7px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13); }
-.button.titlebutton {
+.header-bar .button.titlebutton,
+.titlebar .button.titlebutton {
padding: 8px;
border-color: transparent;
background-image: none;
transition-property: border, box-shadow, color;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
- .button.titlebutton:hover {
+ .header-bar .button.titlebutton:hover,
+ .titlebar .button.titlebutton:hover {
border-style: solid;
border-width: 1px;
color: #2e3436;
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white, 0 1px white; }
- .button.titlebutton:active {
+ .header-bar .button.titlebutton:active,
+ .titlebar .button.titlebutton:active {
border-style: solid;
color: #2e3436;
border-color: #a1a1a1;
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 2px 1px -2px rgba(0, 0, 0, 0.6), 0 1px white; }
- .button.titlebutton:backdrop {
+ .header-bar .button.titlebutton:backdrop,
+ .titlebar .button.titlebutton:backdrop {
border-style: solid;
color: #54595a;
border-color: #a8a8a8;